Keycloak REST Services 1.5.0-Final

Path: / admin / realms / {realm} / clients / {id} / certificates / {attr} / generate

Path parameters:
realm - realm name (not id!)
id - id of client (not client-id)
attr -

Resource Methods
Method Summary
NameDescription
POST /admin/realms/{realm}/clients/{id}/certificates/{attr}/generate 

Method Detail

POST /admin/realms/{realm}/clients/{id}/certificates/{attr}/generate

HTTP Example:
POST /admin/realms/{realm}/clients/{id}/certificates/{attr}/generate
API Example:

ClientAttributeCertificateResource.generate({'realm': /* name realm name (not id!) */,
  'id': /* id id of client (not client-id) */,
  'attr': /* attributePrefix */});

Output:
CertificateRepresentation -
Produces:
application/json

Keycloak REST Services 1.5.0-Final